翻訳と辞書
Words near each other
・ Dynamic Hydrofab
・ Dynamic hydrogen electrode
・ Dynamic hyperinflation
・ Dynamic Images
・ Dynamic imaging
・ Dynamic inconsistency
・ Dynamic infrastructure
・ Dynamic insulation
・ Dynamic International University College
・ Dynamic Invocation Interface
・ Dynamic Ionosphere CubeSat Experiment
・ Dynamic Kernel Module Support
・ Dynamic keyword insertion
・ Dynamic Kinetic Resolution In Asymmetric Synthesis
・ Dynamic knowledge repository
Dynamic Language Runtime
・ Dynamic languages toolkit
・ Dynamic Leap Technology Inc.
・ Dynamic light scattering
・ Dynamic link matching
・ Dynamic linker
・ Dynamic load testing
・ Dynamic loading
・ Dynamic logic
・ Dynamic logic (digital electronics)
・ Dynamic logic (modal logic)
・ Dynamic Logical Partitioning
・ Dynamic lot-size model
・ Dynamic Man
・ Dynamic Man (Dynamic Publications)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dynamic Language Runtime : ウィキペディア英語版
Dynamic Language Runtime

The Dynamic Language Runtime (DLR) from Microsoft runs on top of the Common Language Runtime and provides computer language services for several different dynamic languages. These services include:
* A dynamic type system, to be shared by all languages using the DLR services
* Dynamic method dispatch
* Dynamic code generation
* Hosting API
The DLR is used to implement dynamic languages on the .NET Framework, specifically by IronPython and IronRuby projects.
By having several dynamic language implementations share a common underlying system, it should be easier to let these implementations interact with one another. For example, it should be possible to use libraries from any dynamic language in any other dynamic language. In addition, the hosting API allows interoperability with statically typed CLI languages like C# and Visual Basic .NET.
==History==
Microsoft's Dynamic Language Runtime project was announced by Microsoft at MIX 2007.〔
Microsoft shipped .NET DLR 0.9 beta on the 26 November 2008,〔http://www.codeplex.com/dlr〕 and final 0.9 on 10 December 2008. Version 1.0 shipped on April 16, 2010. On 16 July 2010, Microsoft changed the license of the DLR from the Microsoft Public License to the Apache License, v2.0.〔http://dlr.codeplex.com/license〕 With the release of .NET 4, also in April 2010, DLR was incorporated into the .NET Framework itself.〔https://msdn.microsoft.com/en-us/library/dd233052.aspx〕
The open source DLR project hosted on CodePlex has a few additional features for language implementers, but there has been no activity on the project since the July 2010 release, which could be linked to what some, including a Microsoft developer who worked for IronRuby, saw as a lack of commitment from Microsoft to dynamic languages on the .NET Framework.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Dynamic Language Runtime」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.